-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: process color scheme configs correctly #17786
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17786 +/- ##
==========================================
- Coverage 67.72% 67.72% -0.01%
==========================================
Files 1605 1605
Lines 64207 64211 +4
Branches 6790 6790
==========================================
+ Hits 43482 43484 +2
- Misses 18869 18871 +2
Partials 1856 1856
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@suddjian Looks as good as the day I watched you do it, sorry for the late review!
🏷 2022.1 |
(cherry picked from commit de3d397)
SUMMARY
Loading custom sequential color schemes was failing because config objects were being treated as if they were instantiated classes.
TESTING INSTRUCTIONS
Add a custom sequential color scheme, and use it from a chart (sunburst chart uses sequential if you have both a primary and secondary metric)
ADDITIONAL INFORMATION